home *** CD-ROM | disk | FTP | other *** search
- /* XUL elements styling*/
- #beststickynotes-button{
- list-style-image: url("chrome://beststickynotes/skin/beststickynotes-text_pencil_big.png");
- }
-
- toolbar[iconsize="small"] #beststickynotes-button, #beststickynotes-statusbar{
- list-style-image: url("chrome://beststickynotes/skin/beststickynotes-text_pencil_small.png");
- }
-
- /* sticky note */
- .eche-best-sticky-note {
- border: 2px solid #333 !important;
- overflow: hidden !important;
- cursor: default !important;
- line-height: normal !important;
- }
-
- /* top bar */
- .eche-best-sticky-note-top {
- background-color: #333 !important;
- text-align: left !important;
- cursor: move !important;
- height: 17px !important;
- overflow: hidden !important;
- }
-
- /* top bar span */
- .eche-best-sticky-note-top span{
- font-family: sans-serif !important;
- font-weight: bold !important;
- font-size: 8pt !important;
- color: #FFF !important;
-
- }
- .eche-best-sticky-note-top-close {
- float: right !important;
- }
-
- /* bottom bar */
- .eche-best-sticky-note-bottom {
- background-color: #333 !important;
- height: 24px !important;
- }
-
- /* top and bottom buttons */
- .eche-best-sticky-note-bottom a img, .eche-best-sticky-note-top a img{
- border: none !important;
- opacity: .5 !important;
- cursor: pointer !important;
- }
- .eche-best-sticky-note-bottom a:hover img, .eche-best-sticky-note-top a:hover img{
- opacity: 1 !important;
- }
- /* text when displayed / editing */
- .eche-best-sticky-note-display-text, .eche-best-sticky-note-edit-text {
- font-family: sans-serif;
- background-color: #ffe555 !important;
- font-size: 13pt;
- color: #666 !important;
- padding: 0 2% !important;
- text-align: left;
- overflow: auto;
- width: 96%;
- }
-
- /* resize grabber */
- .eche-best-sticky-note-resize-grabber {
- position: absolute !important;
- background: no-repeat url("chrome://beststickynotes/skin/xf_resize_icon.gif") !important;
- right: -2px !important;
- bottom: -2px !important;
- width: 16px !important;
- height: 16px !important;
- cursor: se-resize !important;
- }
-